NotEmptyMap
@Serializable(with = NotEmptyMapSerializer::class)
@Since(version = KotoolsTypesVersion.V4_0_0)
Represents a map that has at least one entry, with a key of type K and a value of type V.
You can use the notEmptyMapOf or the toNotEmptyMap functions for building this type.
Types
Link copied to clipboard
object Companion
Contains static declarations for the NotEmptyMap type.